home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / g++ / strclass.h < prev    next >
C/C++ Source or Header  |  1995-02-06  |  114b  |  7 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #include <String.h>
  4. #pragma cplusplus
  5. typedef class String string;
  6. #endif
  7.